%include file="_meta.html" />
<%include file="_header.html" />
<% article = AT.GetArticle('blog') %>
<% blog = AT.GetArticle('blog') %>
${article.lead}
${post.title}
${post.lead}
ここにコンテンツを入力します。
紹介ブログ HOMEPAGE
http://yahoo.co.jp/
紹介ブログ 記事URL
http://google.com/
<% article = AT.GetArticle('blog') %>
%for contents in article.GetPostsByUpdated(50) :
%if len(contents.title) > 15 :
${ contents.title [:12]} …
%else :
${ contents.title }
%endif
${ contents.GetImageTag('mainpic') }
%if len(contents.lead) > 50 :
${ contents.lead [:50]} …
%else :
${ contents.lead }
%endif
%endfor
<%include file="sogokan_bigfooter.html"/>
<%include file="_footer.html"/> <%include file="_anchor_navi.html"/>